Skip to content

chore: bump postgres-meta to v0.99.0 - #6405

Merged
avallete merged 3 commits into
developfrom
chore/bump-pgmeta-v0.99.0
Aug 31, 2026
Merged

chore: bump postgres-meta to v0.99.0#6405
avallete merged 3 commits into
developfrom
chore/bump-pgmeta-v0.99.0

Conversation

@spydon

@spydon spydon commented Aug 31, 2026

Copy link
Copy Markdown

Summary

Bumps the pinned pg-meta image from v0.98.0 to v0.99.0 in the shared service-image manifest (apps/cli-go/pkg/config/templates/Dockerfile, imported by the TypeScript CLI as its image source).

postgres-meta v0.99.0 replaces the embedded type-generation templates with the shared @supabase/postgrest-typegen package (supabase/postgres-meta#1084). This is part of a coordinated rollout with the hosted path (supabase/platform#37764) so gen types produces the same output locally and via --project-id.

Relationship to #6404

#6404 makes gen types run postgrest-typegen in-process, removing the pg-meta container from that command entirely. This pin still matters independently of it: the same manifest entry provides the pgmeta service that supabase start runs for Studio's local API, and it covers gen types for any release cut before #6404 lands. The two do not conflict (different files), and output is consistent either way since v0.99.0 serves the same generator package that #6404 embeds.

What changes for users

Generated TypeScript output changes in two deliberate ways: deterministic metadata ordering (a one-time reordering diff when regenerating existing types) and oxfmt formatting instead of prettier (style-only). Content is otherwise unchanged.

Validation

  • go build ./... passes in both modules.
  • The pre-existing gen types e2e tests pull this image tag directly, so CI exercises the new release; the image is published on Docker Hub and ECR Public.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: a2cecc5c9f

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread apps/cli-go/pkg/config/templates/Dockerfile
@github-actions

github-actions Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Supabase CLI preview

npx --yes https://pkg.pr.new/supabase/cli/supabase@c2d9eff6194952f510ef5192cc21938e2a1225f2

Preview package for commit c2d9eff.

@spydon
spydon requested a review from a team as a code owner August 31, 2026 15:43
@avallete

Copy link
Copy Markdown
Member

Thank's !

Will update the test so it stop failing whenever we upgrade the docker / services images version.

@avallete
avallete enabled auto-merge August 31, 2026 15:57
@avallete
avallete added this pull request to the merge queue Aug 31, 2026
Merged via the queue into develop with commit b6f6439 Aug 31, 2026
34 checks passed
@avallete
avallete deleted the chore/bump-pgmeta-v0.99.0 branch August 31, 2026 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants